home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 38 / Softdisk for Windows 38.iso / oilpro / OILPRO.EXE / OILPRO.DXR / 00289.ls < prev    next >
Encoding:
Text File  |  1997-08-20  |  253 b   |  11 lines

  1. on exitFrame
  2.   global BUTTONSTATUS
  3.   puppetSprite(48, 1)
  4.   puppetSprite(4, 1)
  5.   set the castNum of sprite 48 to cast "RETURNBUTTON0"
  6.   if BUTTONSTATUS = 1 then
  7.     puppetSprite(47, 1)
  8.     set the castNum of sprite 47 to cast "PRINTBUTDIR0"
  9.   end if
  10. end
  11.